module OSRSWeapons
{
imports { Base }
    item Hat_OSRS_PartyHat
	{
		DisplayName = OSRS Party Hat,
		DisplayCategory = Accessory,
		Type = Clothing,
        OnCreate = OSRS_PHat_onCreate,
		Weight = 0.1,
		IconsForTexture = Red_partyhat;Blue_partyhat;Black_partyhat;Green_partyhat;Purple_partyhat;Rainbow_partyhat;White_partyhat;Yellow_partyhat,
		BodyLocation = Hat,
		CanHaveHoles = FALSE,
		ChanceToFall = 10,
		ClothingItem = Hat_OSRS_PartyHat,
		Insulation = 0,
		FabricType = Cotton,
        Tags = IsFireFuel;IsFireTinder,
        WorldStaticModel = Hat_OSRS_PartyHat_ground,
	}
}